configure: Don't check for indent
authorBenjamin Otte <otte@redhat.com>
Thu, 9 May 2013 15:06:16 +0000 (17:06 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 9 May 2013 17:09:49 +0000 (19:09 +0200)
indent was used in genmarshal.pl, which was removed in 2002 when gobject
was created.

configure.ac

index 702400939af63f9567bee439c8fd84a7439f349c..00e8cf060203bc6d95f30d9e571830e10cb813ec 100644 (file)
@@ -542,9 +542,6 @@ AM_CONDITIONAL(DISABLE_EXPLICIT_DEPS, test $enable_explicit_deps = no)
 
 AC_PATH_PROGS(PERL, perl5 perl)
 
-# We would like indent, but don't require it.
-AC_CHECK_PROG(INDENT, indent, indent)
-
 REBUILD=\#
 if test "x$enable_rebuilds" = "xyes" && \
      test -n "$PERL" && \